home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
accoting
/
billpwr
/
billpwr.exe
/
BP.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-11-25
|
629b
|
27 lines
echo off
cls
if x==%1x echo For memory-resident "pop-up" service, enter "BP MR".
echo .
cd\MANAGEX
echo wait...
:MANAGEX
if exist end.fyl goto RETURN
rem IF USED ON A LAN, SUBSTITUTE THE NEXT LINE FOR THE ONE FOLLOWING IT
rem if not exist util.bat input x x x x x x x x bp
if not exist util.bat if exist m.d input x x x x x x x x bp
billpowr x x x x x x x x x %1
if not exist util.bat goto RETURN
echo off
util
cd\MANAGEX
goto MANAGEX
:RETURN
echo off
if not exist dobpexp goto SK
export x x x x x x x x bp
erase dobpexp
:SK
if exist util.bat erase util.bat
if exist end.fyl erase end.fyl
if x==%1x cls